home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / kill.man < prev    next >
Encoding:
Text File  |  1989-01-01  |  2.3 KB  |  69 lines

  1.  
  2.  
  3.  
  4. KILL                      User Commands                      KILL
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      kill - Send a signal to a process or group
  12.  
  13. SSYYNNOOPPSSIISS
  14.      kkiillll [_o_p_t_i_o_n_s] _p_i_d _p_i_d ...
  15.  
  16. OOPPTTIIOONNSS
  17.      --gg             Treat each _p_i_d as the name of a process group
  18.                     rather  than  a  process,  and send the given
  19.                     signal to the entire group.
  20.  
  21.      --hheellpp          Print a summary of the  command-line  options
  22.                     and exit without sending any signals.
  23.  
  24.      --ll             Print out a list of valid  signal  names  and
  25.                     exit without sending any signals.
  26.  
  27.      --_s_i_g_n_a_l        Send _s_i_g_n_a_l to the given  processes.   _S_i_g_n_a_l
  28.                     may  be  either  a number or a symbolic name.
  29.                     The legal names are the  same  as  the  names
  30.                     from  the  <signal.h>  include  file,  except
  31.                     without the ``SIG'' prefix.  _S_i_g_n_a_l  defaults
  32.                     to TTEERRMM.
  33.  
  34. _________________________________________________________________
  35.  
  36.  
  37. DDEESSCCRRIIPPTTIIOONN
  38.      This command sends a signal (usually a SIGTERM kill  signal)
  39.      to  one  or  more processes.  Depending on how the processes
  40.      have arranged for the signal to be  handled,  the  processes
  41.      may  exit, enter the debugger, ignore the signal altogether,
  42.      or execute a handler procedure within the process.   In  the
  43.      default  case  where  the SIGTERM signal is used, the normal
  44.      result is for the process to exit.  See  the  ssiiggvveecc  manual
  45.      page for more details on signal handling.
  46.  
  47.      Note:  The C-shell (csh) contains a  built-in  command  kkiillll
  48.      that  behaves almost identically to this command (it doesn't
  49.      support the --gg or --hheellpp options, but is otherwise the same).
  50.      If  you  are running the C-shell and type kkiillll, you will get
  51.      the built-in command:  to get the  program  version,  invoke
  52.      kkiillll by typing its absolute path name.
  53.  
  54.  
  55. SSEEEE AALLSSOO
  56.      sigvec
  57.  
  58.  
  59. KKEEYYWWOORRDDSS
  60.      group, kill, process, signal
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  December 31, 1988                  1
  66.  
  67.  
  68.  
  69.